# batch processing
2 articles
ffmpeg
Automate Video Processing with FFmpeg and Python
Learn how to call FFmpeg from Python to automate batch video processing. Covers subprocess, ffmpeg-python, progress bars, parallel encoding, and error handling.
Mar 1, 2026 · updated Mar 24, 2026 · 12 minffmpeg
Extract the Last Frame of a Video Instantly with FFmpeg
How to extract the final frame of any video without decoding the whole file. Explains -sseof and -update 1 internals, with ready-to-use scripts for PowerShell and Bash.
Dec 22, 2025 · updated Mar 24, 2026 · 10 min